JavaScript

{grid.object}cancelEditDetailViewRecord Method

Syntax

{grid.Object}.cancelEditDetailViewRecord()

Description

If the Detail View 'RowEditStyle' is set to 'OnDemand', and the Detail View is in edit mode, returns the Detail View to the non-editable state.

Example

{grid.Object}.cancelEditDetailViewRecord();

See Also